home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992…tember: A ROM With a View / devSep92 / devSep92.dmg / Development Platforms / Apple II / Essentials / Miscellaneous Disk Images / ProDOS Basic Examples / PROGRAMS / LISTSELF.bas < prev    next >
Encoding:
BASIC Source File  |  1983-10-01  |  186 b   |  7 lines

  1. 5  REM   PROGRAM LISTSELF
  2. 10 D$ =  CHR$(4): REM   CONTROL-D
  3. 20  PRINT D$;"PREFIX /EXAMPLES/DATA"
  4. 30  PRINT D$;"OPEN LISTFILE"
  5. 40  PRINT D$;"WRITE LISTFILE"
  6. 50  LIST 
  7. 60  PRINT D$;"CLOSE"